@charset "utf-8";
/* beecky:鼠标经过出现的下拉菜单开始 */
/*
#menuBar li{ float:left;  padding:15px;height:16px; width:50px; border-right:1px solid #ccc; }
#menuBar li a{color:#0065B3; text-decoration:none; letter-spacing:-1px;}
*/
.menuHover { background-color:#999;}
.menuInfo { background-color:#efefef; border:1px solid #D2E1F1; font-weight:normal; color:#0065B3; font-size:12px;  width:240px; padding:5px; display:none;  position:absolute; margin-left:0px; margin-top:-10px;
z-index:999;
-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -khtml-border-radius-bottomright: 5px;   -khtml-border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;border-radius-bottomleft: 5px; 
}
.menuInfo a{color:#0065B3; text-decoration:none; letter-spacing:2px; font-weight:normal; white-space:nowrap;}
/* beecky:鼠标经过出现的下拉菜单结束 */